'*********************************************************************
'  SSRS Power BI Report Builder Demo
'  Copyright, IDAutomation.com, Inc. All rights reserved.
'
'  DEMO VERSION NOTICE:
'  The demo version of this product contains a static barcode that may be
'  used for evaluation purposes only. It may be copied into another report 
'  and distributed to prove its functionality. The static barcode cannot be
'  changed because this would reveal the complete formula, which is only
'  available in the purchased version. The purchased version is provided 
'  with a 30 day money back satisfaction guarantee. If it is necessary to 
'  test dynamic barcodes with this product, the purchased version is required.
'*********************************************************************

Public Function IDAutomation_SSRS_FontEncoderDEMO(DataToEncode As String) As String

Try
      
IDAutomation_SSRS_FontEncoderDEMO = "awaaaaaaawawaawaawaawwwaaaaaaaawawwaawaawwwwaawawa" & VbCrLf & "wawwztvtzwvwvtytvwvxywyxzxvtvtvwvsytvwztususwawwaw"

Catch ex As Exception
    IDAutomation_SSRS_FontEncoderDEMO = "ERROR" & " - " & ex.Message
End Try
  
End Function
